-
-
Notifications
You must be signed in to change notification settings - Fork 227
Fix nullable & required properties in multipart bodies #995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
integration-tests/integration_tests/models/post_body_multipart_body.py
Outdated
Show resolved
Hide resolved
@dbanty Anything else I can help test with this MR? |
@johnthagen I totally lost track of this PR, sorry! I think that the logic is now roughly the same as what it was in 0.16 and prior. However, I'm realizing that encoding |
Since this version is strictly better than what's before it (and I think really close to 0.16), I'm going to merge as-is. We can address passing nulls via multipart once someone reports a real-world need for it. |
@dbanty Thanks and I think your plan sounds great! I'll also test the 0.20 release and report back to you. |
WIP Fix for #926